home *** CD-ROM | disk | FTP | other *** search
/ MaxiMac 2000 December / MaxiMac 109.iso / Macworld on CD n°109 / Applications (Mac OS X PB) / ScreenLockerNib-xpb / ScreenSaverPref.nib / classes.nib next >
Encoding:
Text File  |  2000-10-12  |  1.4 KB  |  46 lines  |  [TEXT/ttxt]

  1. {
  2.     IBClasses = (
  3.         {CLASS = FirstResponder; LANGUAGE = ObjC; SUPERCLASS = NSObject; }, 
  4.         {CLASS = LazySlider; LANGUAGE = ObjC; SUPERCLASS = NSSlider; }, 
  5.         {CLASS = MonitorGraphicMetricsView; LANGUAGE = ObjC; SUPERCLASS = NSView; }, 
  6.         {
  7.             ACTIONS = {
  8.                 didHide = id; 
  9.                 didSelect = id; 
  10.                 didUnhide = id; 
  11.                 didUnselect = id; 
  12.                 willSelect = id; 
  13.                 willUnselect = id; 
  14.             }; 
  15.             CLASS = Preference; 
  16.             LANGUAGE = ObjC; 
  17.             OUTLETS = {_window = id; }; 
  18.             SUPERCLASS = NSObject; 
  19.         }, 
  20.         {
  21.             ACTIONS = {
  22.                 keyconfigConfigure = id; 
  23.                 keyconfigSelect = id; 
  24.                 moduleConfigure = id; 
  25.                 moduleSelect = id; 
  26.                 moduleTest = id; 
  27.                 passwordConfigure = id; 
  28.                 startTimeSet = id; 
  29.             }; 
  30.             CLASS = ScreenSaverPref; 
  31.             LANGUAGE = ObjC; 
  32.             OUTLETS = {
  33.                 configureBtn = id; 
  34.                 keycomboBtn = id; 
  35.                 keycomboFld = id; 
  36.                 mainTabView = id; 
  37.                 moduleBrowser = id; 
  38.                 modulePreviewBox = id; 
  39.                 passwordMatrix = id; 
  40.                 startTimeSlider = id; 
  41.             }; 
  42.             SUPERCLASS = Preference; 
  43.         }
  44.     ); 
  45.     IBVersion = 1; 
  46. }